home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14126 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.xnet.com!news-admin
  2. From: Kenneth Burk <kburk@xnet.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Programming under Windows 95
  5. Date: Thu, 28 Mar 1996 21:05:42 -0600
  6. Organization: XNet - A Full Service Internet Provider - (708) 983-6064
  7. Message-ID: <315B5386.1698@xnet.com>
  8. References: <31566830.B74@dmu.ac.uk>
  9. NNTP-Posting-Host: kburk.xnet.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14.  
  15. Philip Taylor wrote:
  16. > To everyone who programs in C++ under Windows 95: Which compiler do you
  17. > use?
  18.  
  19. I am currently using Visual C++ 4.0 and Borland C++ 4.5 under Windows 95
  20. Both are competent compilers which support 32 bit application development.
  21. I have not tried VC++ 1.x for 16 bit development. Borland's is the only
  22. compiler I know of that supports simultaneous 16 and 32 bit development
  23. in the same environment. I've heard good things about Watcom. 
  24.  
  25. Word of warning. If you think the Visual C++ standard edition at $99 US
  26. is a good buy...remember, it doesn't have a compiler, so you can't run
  27. the programs without Visual C++ installed.
  28.  
  29. -Ken
  30.